Includes parameters of rectangle area information. More...
Inherits Structure.
Includes parameters of rectangle area information.
| fTop | c_float, The distance from the upper edge of the rectangle to the upper edge of the image, range: [0.0, 1.0]. It refers to the relative position of the rectangle in the image. |
| fBottom | c_float, The distance from the lower edge of the rectangle to the lower edge of the image, range: [0.0, 1.0]. It refers to the relative position of the rectangle in the image. |
| fLeft | c_float, The distance from the left edge of the rectangle to the left edge of the image, range: [0.0, 1.0]. It refers to the relative position of the rectangle in the image. |
| fRight | c_float, The distance from the right edge of the rectangle to the right edge of the image, range: [0.0, 1.0]. It refers to the relative position of the rectangle in the image. |
| stColor | MVCC_COLORF, Color of auxiliary line. |
| nLineWidth | c_uint, Width of auxiliary line (1 or 2). |
| nReserved | c_uint*4, Reserved. |